home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Frameworks / Recursive Shell 1.0.1 / Examples / ListFiles ƒ / ListFiles readme < prev    next >
Text File  |  1996-06-17  |  987b  |  37 lines

  1. /*
  2.  
  3. ListFiles            v1.0.1    17 June 1996
  4.  
  5. A sample application created with
  6. Recursive Shell        v1.0.1    17 June 1996
  7.  
  8. Both ListFiles and Recursive Shell
  9. © 1996 Theron Trowbridge
  10.  
  11. e-mail:        theron@aimla.com
  12.             -or-
  13.             Tmonk@concentric.net
  14.             
  15. snail-mail:    3685 Jasmine Ave. #19
  16.             Los Angeles, CA 90034
  17.  
  18.  
  19. What Is This?
  20.  
  21.     This is a sample to demonstrate how the Recursive Shell can be used.
  22.     
  23. What's It Do?
  24.  
  25.     Just drop a folder on the ListFiles icon.  It will prompt you to name a
  26.     text file for output.  Then, the program will place a list of the names
  27.     of all the files contained in the folder you dropped on it and save it
  28.     in the text file you previously named.
  29.     
  30.     Note that all the contents of the folder (and sub-folders) will be
  31.     included -- including invisible Finder files and whatnot.
  32.     
  33.     A folder with a custom icon (one that has been pasted into it's Get Info
  34.     dialog box) will also display the icon followed by a blank line.  The
  35.     extra return is actually part of the filename 'icon'.
  36.  
  37. */